home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(eval("/Variables:RoueHaut") == true and eval("/Variables:RoueBas") == true)
- {
- loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=8",0);
- set("/Variables:PuzzleFontaineOK",true);
- tellTarget(_root.CacheStatue)
- {
- gotoAndStop("Stop");
- }
- tellTarget(_root.RoueBas)
- {
- gotoAndStop("Stop");
- }
- tellTarget(_root.Escalier)
- {
- play();
- }
- prevFrame();
- }
- else
- {
- tellTarget(_root.HsNeg)
- {
- nextFrame();
- }
- }
- }
-